Adds or updates one or more master form pages to the full text search database
public virtual void Upsert(
IEnumerable<FullTextSearchItem> items
)
items
Properties of the items to add or update. Must not be null.
For more information, refer to Upsert(IEnumerable<T><FullTextSearchItem>) and Speeding Up Forms Recognition Using the Full Text Search Feature.